--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit 1f07bde5ed307367e27aca7e9ace6c39cad36aba
Parents : b60cde6
Author : Mark Qvist <mark@unsigned.io>
Date : 2022-09-28T21:16:20+02:00
Updated archs statement
Changes
Diff
diff --git a/sbapp/buildozer.spec b/sbapp/buildozer.spec
index 4bf5783c..fe766a7e 100644
--- a/sbapp/buildozer.spec
+++ b/sbapp/buildozer.spec
@@ -31,7 +31,7 @@ android.minapi = 27
android.ndk = 19b
android.skip_update = False
android.accept_sdk_license = True
-android.arch = arm64-v8a
+android.archs = arm64-v8a
#android.logcat_filters = *:S python:D
services = sidebandservice:services/sidebandservice.py:foreground
@@ -41,4 +41,4 @@ android.manifest.intent_filters = patches/intent-filter.xml
log_level = 2
warn_on_root = 0
build_dir = ./.buildozer
-bin_dir = ./bin
\ No newline at end of file
+bin_dir = ./bin
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────